home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Advanced Placement Companion: Precalculus
/
Advanced Placement Companion: Precalculus.iso
/
pc
/
M_DIR
/
12-07015.DIR
/
00010.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-12
|
267 b
|
14 lines
on exitFrame
if rollOver(10) = 1 then
set the visible of sprite 5 to 1
else
set the visible of sprite 5 to 0
end if
if rollOver(11) = 1 then
set the visible of sprite 6 to 1
else
set the visible of sprite 6 to 0
end if
go(the frame)
end